/* Autocomplext from UI starts */
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('../imgs/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Component containers
----------------------------------*/
.ui-widget { font-size: 12px/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 12px; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(../imgs/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(../imgs/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(../imgs/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(../imgs/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(../imgs/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(../imgs/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(../imgs/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
/*bootstrp help*/
/*.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}*/

/*by ali on 16-05-2018*/ 
/* reset */
/*table heading on 21/12/2018*/

/*.Admin_bg_color
{
    
}
.Admin_bg_color th
{
    background-color:  #e63900;
}*/
.bordered {
    outline:red solid 2px !important;
}
.rotate{
		-webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
			-moz-transform: rotate(90deg);  /* Firefox */
			-ms-transform: rotate(90deg);  /* IE 9 */
				transform: rotate(90deg);  /* Standard syntax */    
    }

/*table heading on 21/12/2018*/
label.required:after {content: " *"; color: red;}
.myTable td
{
    padding-top:10px;
    vertical-align:top;
  
    }
.myTable input,select
{
    height:34px;
    font-size:14px;
    color:#555;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 10px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   
  
    }


/* page */
.page-wrapper {
    margin: 0 auto;
    width: 960px;
    max-width: 100%;
    
}


/* box */
.box-content {
    padding:20px;
    background-color: #EFEFEF;
}

.tbl_cursor{cursor:pointer;}
textarea {
    background-color:#FAFAFA;
    border:#EFEFEF solid 1px;
    color:#333;
    height:150px;
    width:100%;
}

/*fot top margin*/
.mt-0 {
  margin-top: 0% !important;
}

.ml-1 {
  margin-left: 25% !important;
}
/* richtext custom style */
.richText {
    margin-top: 40px;
    -webkit-box-shadow: 0 0 20px 0 #999;
    -moz-box-shadow: 0 0 20px 0 #999;
    box-shadow: 0 0 20px 0 #999;
}
/*by ali on 16-05-2018 end*/ 
/*steps*/
/* Global CSS, you probably don't need that */

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.page_container {
	font-family: 'Lato', sans-serif;
	width: 100%;
	margin: 2px;
}

.wrapper {
	display: table-cell;
	height: 400px;
	vertical-align: middle;
}

.nav {
	margin-top: 40px;
}

.pull-right {
	float: right;
}

a, a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* Breadcrups CSS */

.arrow-steps .step {
	font-size: 14px;
	text-align: center;
	color: #666;
	cursor: default;
	margin: 0 3px;
	padding: 7px 5px 10px 10px;
	min-width: 170px;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #d9e3f7;	
	z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;	
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -15px;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #23468c;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #23468c;	
}

/* Autocomplete from UI ends */



ul 
{
	/* by ali on 27/6/2019 working on strat aspx
        list-style: none;
	padding:0 0 0 0;*/
}

.btn_left_main:hover, .btn_left_sub:hover {
  background: #ab2424;
  background-image: -webkit-linear-gradient(top, #ab2424, #b92929);
  background-image: -moz-linear-gradient(top, #ab2424, #b92929);
  background-image: -ms-linear-gradient(top, #ab2424, #b92929);
  background-image: -o-linear-gradient(top, #ab2424, #b92929);
  background-image: linear-gradient(to bottom, #ab2424, #b92929);
  text-decoration: none;
}

.btn_left_main {
  background: #444;
  background-image: -webkit-linear-gradient(top, #444, #666);
  background-image: -moz-linear-gradient(top, #444, #666);
  background-image: -ms-linear-gradient(top, #444, #666);
  background-image: -o-linear-gradient(top, #444, #666);
  background-image: linear-gradient(to bottom, #444, #666);
  -webkit-box-shadow: 0px 1px 3px #999;
  -moz-box-shadow: 0px 1px 3px #999;
  box-shadow: 0px 1px 3px #999;
  font-family : calibri, Arial;
  color: #e3e3e3;
  font-size: 15px;
  font-weight:normal;
  padding: 8px 8px 7px 8px !important;
  text-decoration: none;
  cursor:pointer;
  width:150px;
  text-align:center;
  font-weight:bold;
}



.btn_add 
{
  background-color:Green;
  font-family : calibri, Arial;
  color: #e3e3e3;
  font-size: 15px;
  font-weight:normal;
  padding: 5px 5px 5px 5px !important;
  text-decoration: none;
  cursor:pointer;
  width:150px;
  text-align:center;
  font-weight:bold;
}
.btn_add:hover {
  
  background-image: -webkit-linear-gradient(top, #ab2424, #b92929);
  background-image: -moz-linear-gradient(top, #ab2424, #b92929);
  background-image: -ms-linear-gradient(top, #ab2424, #b92929);
  background-image: -o-linear-gradient(top, #ab2424, #b92929);
  background-image: linear-gradient(to bottom, #ab2424, #b92929);
  text-decoration: none;
}
.btn_step_disable {
  background: #1111;

/*  background-image: -webkit-linear-gradient(top, #444, #666);
  background-image: -moz-linear-gradient(top, #444, #666);
  background-image: -ms-linear-gradient(top, #444, #666);
  background-image: -o-linear-gradient(top, #444, #666);
  background-image: linear-gradient(to bottom, #444, #666);
  -webkit-box-shadow: 0px 1px 3px #999;
  -moz-box-shadow: 0px 1px 3px #999;*/
  box-shadow: 0px 1px 3px #999;
  font-family : calibri, Arial;
  color: #444;
  font-size: 15px;
  font-weight:normal;
  padding: 8px 8px 7px 8px !important;
  text-decoration: none;
 
  width:150px;
  text-align:center;
  font-weight:bold;
}
.btn_left_sub {
  background: #444;
  background-image: -webkit-linear-gradient(top, #444, #666);
  background-image: -moz-linear-gradient(top, #444, #666);
  background-image: -ms-linear-gradient(top, #444, #666);
  background-image: -o-linear-gradient(top, #444, #666);
  background-image: linear-gradient(to bottom, #444, #666);
  -webkit-box-shadow: 0px 1px 3px #999;
  -moz-box-shadow: 0px 1px 3px #999;
  box-shadow: 0px 1px 3px #999;
  font-family : calibri, Arial;
  color: #e3e3e3;
  font-size: 15px  !important;;
  font-weight:normal;
  padding: 8px 8px 7px 8px !important;
  text-decoration: none;
  cursor:pointer;
  width:90px;
  text-align:center;
  font-weight:bold  !important;;
}





.txt {
font-size: 20px;
line-height:30px;
width: 100%;
padding: 3px;
margin: 2px 6px 16px 0;
background: #fbfbfb;
border-color: #ddd;
box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
color: #444;
border-width: 1px;
border-style: solid;
outline: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
}

.txt2 {
font-size: 15px;
line-height:20px;
width: 100%;
padding: 2px;
margin: 2px 2px 2px 0;
background: #fbfbfb;
border-color: #444;
box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
color: #444;
border-width: 1px;
border-style: solid;
outline: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;

-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
}

#login {
width: 520px;
margin: auto;

color: #444;
font-size: 16px;
}

#login_logo 
{
	margin:0px 0px 20px 0px;
}

#login p {
padding:0px 30px 0px 30px;
}

#login_error 
{
    width:88%;
background: #daf0f9;
border-left: 4px solid #0ea0dd;
padding:15px 0px 15px 10px;
margin: 0px 0px 20px 5%;

font-size: 13px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

#loginform {
xbackground: #fff;
padding: 10px 0px 10px 0px;
x-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
xbox-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
min-height:240px;
}

.ftab 
{
	padding:0px 30px 20px 30px;
	width:100%;}

#page_area
{
	margin: 150px 0px 0px 0px;
	padding: 0px 10px 5px 10px;
	
	color: #444;
	font-size: 16px;
	/*background-color:#f1f1f1;*/
	min-height:400px;
}

.noborder 
{
	border:none !important;
	background-color:#f1f1f1 !important;
	}

	


.title_120 {padding: 8px 0px 0px 120px !important;}


#lnk_bar span
{
	font-size: 15px;
	color: #999;
	padding: 0px 10px 0px 0px;
	}
	
#lnk_bar a, a:visited
{
	color: #444;
	text-decoration:none;
	}
	
#lnk_bar a:hover 
{
	color: #444;
	text-decoration:underline;
	}	
	
#lnk_bar span:hover  
{
	color: #444;
	text-decoration:underline;
	}

#btn_bar { width:84px;}	
#btn_bar img
{
	margin: 0 0 0 0;
	}
/*.dropbtn {
  background-color: none;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}*/

.dropdown {
  position: relative;
  display: inline-block;
  background-color:none;
}

.dropdown-content {
 line-height: 2;
 display: none;
  min-width: 160px;
  position: absolute;
 right: 0;
  top: auto;
  padding: 8px 10px 8px 20px;
    background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 50;
}

.dropdown-content a {
  color: black;
  /*padding: 12px 16px;*/
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover {background-color: #3e8e41;}
.arr_dwn 
{
	background-image:url(../imgs/arrow_down.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	width:8px;
	}
.arr_up 
{
	background-image:url(../imgs/arrow_up.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	width:8px;
	}

#cr
{
	color: #444;
	height:25px;
	text-align:right;
	vertical-align:bottom;
	margin:10px 10px 5px 5px;
	font-size: 12px;
	line-height:12px;	
	}
.t_page {
	background-color: #fff;
	width: 100%;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #444;
    /*position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 90;*/

}
.t_page td
{
	padding:0px;
	margin:0px;
	border:0px;
}
/*#page_area h1
{
	
	color: #444;
	line-height:20px;
	font-size:18px;
	padding:0 0 0 0;
	margin:15px 15px 15px 15px;
	}
	
#page_area h3
{
	
	color: #444;
	line-height:15px;
	font-size:13px;
	padding:0 0 0 0;
	margin:15px 15px 15px 15px;
	}*/
	
#page_area p
{
	
	color: #444;
	/*line-height:14px;*/
	font-size:14px;
	margin:8px 15px 15px 0px;
	padding:0 0 0 0;}		
	
/* Data Capture */
#dc_h 
{
	padding: 50px 0px 50px 0px;
	width:100px;
	vertical-align:top;
	}
	
#dc_d
{
	padding: 0px 0px 0px 0px;
	}	
	
#dc_prj_h, #dc_prv_h, #dc_mbr_h, #dc_cod_h
{
	-webkit-border-top-left-radius: 20;
	-moz-border-top-left-radius: 20;
	border-top-left-radius: 20px;
	
	-webkit-border-bottom-left-radius: 20;
	-moz-border-bottom-left-radius: 20;
	border-bottom-left-radius: 20px;
	
	color:#fbfbfb;
	cursor:pointer;
	margin:10px 0px 0px 0px;
	padding:10px 10px 10px 10px;	
}
#dc_prj_h {background-color:#006fb3;}
#dc_prv_h {background-color:#197dba;}
#dc_mbr_h {background-color:#328bc2;}
#dc_cod_h {background-color:#4b99c9;}

#dc_prj_d, #dc_prv_d, #dc_mbr_d, #dc_cod_d
{
	border-top:10px solid;
	border-left:10px solid;
	border-right:3px solid;
	border-left:10px solid;
	
	border-bottom-style:solid;
	
	-webkit-border-top-left-radius: 20;
	-moz-border-top-left-radius: 20;
	border-top-left-radius: 20px;
	
	-webkit-border-top-right-radius: 20;
	-moz-border-top-right-radius: 20;
	border-top-right-radius: 20px;
	
	-webkit-border-bottom-left-radius: 5;
	-moz-border-bottom-left-radius: 5;
	border-bottom-left-radius: 5px;
	
	-webkit-border-bottom-right-radius: 5;
	-moz-border-bottom-right-radius: 5;
	border-bottom-right-radius: 5px;	
	
	min-height:400px;
	background:#fff;
	padding:0px 0px 0px 0px;
}

#dc_prj_d {border-color:#006fb3;}
#dc_prv_d {border-color:#197dba; display:none;}
#dc_mbr_d {border-color:#328bc2; display:none;}
#dc_cod_d {border-color:#4b99c9; display:none;}

#dc_prj_d .list {background-color:#006fb3;}
#dc_prj_d .list tr {background-color:#006fb3;}
#dc_prj_d .list td {border:1px solid #006fb3;
	background-color:#f6f6f6;}
	
#dc_prv_d .list {background-color:#197dba;}
#dc_prv_d .list tr {background-color:#197dba;}
#dc_prv_d .list td {border:1px solid #197dba;
	background-color:#f6f6f6;}	

#dc_mbr_d .list {background-color:#328bc2;}
#dc_mbr_d .list tr {background-color:#328bc2;}
#dc_mbr_d .list td {border:1px solid #328bc2;
	background-color:#f6f6f6;}
	
#dc_cod_d .list {background-color:#4b99c9;}
#dc_cod_d .list tr {background-color:#4b99c9;}
#dc_cod_d .list td {border:1px solid #4b99c9;
	background-color:#f6f6f6;}	
	
.dc_act 
{
    background-color: #dbebf4 !important;
	}	
	
.list 
{
	width:100%;
	border-spacing: 0px;
	margin:0%;
	padding:0px;
	/*background-color:#6074b3;*/
	
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;	

	}
	
.list th
{
	border-left:0px solid; /*#586898;*/
	border-right:0px solid; /*#586898;*/
	/*background-color:#6074b3;*/
	padding:5px 10px 15px 10px;
	color:#fff;
	text-align:left;
	font-size:16px;

}	

.list td
{
	padding:10px 10px 10px 10px;
	color:#444;
	text-align:left;
	font-size:16px;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	cursor:pointer;
}	

.act_td 
{
	background-color:#b8b7b7 !important;
	color:#FFF !important;
	}
	
.dsa_td
{
	width:300px;
	height:250px !important;
	padding:0px 0px 0px 0px !important;
	vertical-align:top;
	overflow:auto !important;
	}
	
.dsat_td
{
	width:20px;
	vertical-align:top;
	padding:5px 0px 10px 10px !important;	
	font-size:20px !important;
	}		
	
.dca_td
{
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	}		
	
.page_td
{
	font-size:12px !important;
	line-height:25px !important;
	padding:0px 50px 0px 50px !important;
	border-bottom:0px none !important;
	border-right:0px none !important;
	border-left:0px none !important;
	background-color:#FFF !important;
	text-align:left;
	width:80%;
	margin-left: 15px;
	}
	
.page_td a, .page_td a:hover {color:#444;}
.page_td b {font-size:16px;}

.ldiag 
{
	width:100%;
	border-spacing: 0px;
	margin:0%;
	padding:0px;
	background-color:#4b99c9;
	
	}
	
.ldiag th
{
	background-color:#4b99c9;
	padding:2px 2px 2px 2px;
	color:#fff;
	text-align:left;
	font-size:12px;
	cursor:pointer;
	vertical-align:top;
}	

.ldiag td
{
	padding:2px 2px 2px 2px;
	color:#444;
	text-align:left;
	font-size:12px;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	cursor:pointer;
	background-color:#4b99c9;
	vertical-align:top;
}	

.tr_clm td 
{
	background-color:#FFF !important;
	color:#888888 !important;
	}

.tr_icd10 td 
{
	font-weight:bold;
	color: #9a0602 !important;
	}

.ldiag_s 
{
	width:100%;
	border-spacing: 0px;
	margin:0%;
	padding:0px;
	background-color:#4b99c9;
	border-bottom:10px solid #4b99c9;
	}
	
.ldiag_s th
{
	background-color:#4b99c9;
	padding:5px 5px 5px 5px;
	color:#fff;
	text-align:left;
	font-size:12px;
	cursor:pointer;
	white-space:nowrap;
}	

.ldiag_s td
{
	padding:5px 5px 5px 5px;
	color:#444;
	text-align:left;
	font-size:14px;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	cursor:pointer;
	background-color:#4b99c9;
	vertical-align:top;
	white-space:nowrap;
}

#chart_notes 
{
	width:70px;

	background-image:url('../imgs/note22.png');
	background-repeat:no-repeat;	
	background-position:left center;
	float:right;	
	padding-left:20px;
}

.s30px   {width:30px !important;}
.s40px   {width:40px !important;}
.s50px   {width:50px !important;}
.s60px   {width:60px !important;}
.s70px   {width:70px !important;}
.s90px   {width:90px !important;}
.s125px {width:125px !important;}
.s150px {width:150px !important;}
.s175px {width:175px !important;}
.s200px {width:200px !important;}
.s250px {width:250px !important;}
.s300px {width:300px !important;}
.s350px {width:350px !important;}
.s400px {width:400px !important;}
.s450px {width:450px !important;}
.s700px {width:700px !important;}






.s100pi {width:100% !important;}
.s95pi {width:95% !important;}
.s100p {width:100% !important;}
.s98p {width:98% !important;}
.s95p {width:95% !important;}
.s91p {width:91% !important;}
.s90p {width:90% !important;}
.s87p {width:87% !important;}
.s86p {width:86% !important;}
.s80p {width:80% !important;}
.s75p {width:75% !important;}
.s65p {width:65% !important;}
.s50p {width:50% !important;}
.s40p {width:40% !important;}
.s45p {width:45% !important;}
.s35p {width:35% !important;}
.s30p {width:30% !important;}
.s20p {width:20% !important;}
.s25p {width:25% !important;}
.s15p {width:15% !important;}
.s10p {width:10% !important;}
.s5p {width:5% !important;}

/*.h1 {height:30px;}
.h11 {height:40px;}
.h12 {height:50px;}
.h3 {height:90px;}
.h31 {height:125px;}
.h32 {height:150px;}
.h33 {height:175px;}
.h4 {height:200px;}
.h5 {height:250px;}
.h6 {height:300px;}
.h7 {height:350px;}
.h8 {height:400px;}
.h9 {height:450px;}
.h100 {height:100%;}
.h90 {height:90%;}
.h80 {height:80%;}*/

.rt {text-align:right !important;}
.cnt {text-align:center !important;}
.hide {display:none;}
.f_rt {float:right;text-align:right;}
.m_hnd {cursor:pointer;}
.m_nrm {cursor:default !important;}
.pad0 {padding:0px 0px 0px 0px !important;}
.margin0 {margin:0px 0px 0px 0px !important;}
.pad10 {padding:10px 10px 10px 10px !important;}
.cn {cursor:default !important;}
.ch {cursor:pointer !important;}
.vtop {vertical-align:top !important;}
.fleft {float:left;}
.fright {float:right;}
.nw {white-space:nowrap;}
.nbt {border:none !important;
      margin:10px !important; 
      text-align:center !important;

      width:100% !important;
      margin:0 !important;
      padding:0 !important;
      background-color:#fff !important;
      text-align:left !important; }

.dial {cursor:pointer;
       	background-image:url('../imgs/dial.png');
	background-repeat:no-repeat;	
	background-position:top center;
	padding: 1px 20px 1px 5px;
       }
       
.V12, .V21, .V22
{
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding:3px 0px 4px 0px;
	color:#fff;
	width:20px !important;
	float:left;
	text-align:center;
	margin:2px 3px 0 0;
	font-size:10px;
	line-height:10px;
	}
	
.V12
{
	background-color:#971609;
	}
	
.V21
{
	background-color:#091397;
	}
	
.V22
{
	background-color:#249709;
	}
	
#diag_disp 
{
	background-color:#4b99c9;
	margin:6px 0px 0px 0px;
/*	
	min-height:100px;
	margin:15px 5px 15px 5px;
	border:5px solid #4b99c9;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;	
*/
	}
	
#diag_entry ,#diag_entry_top
{
	width:100%;
	border-spacing: 0px;
	margin:0%;
	padding:0px;
	background-color:#4b99c9;
	border-bottom:10px solid #4b99c9;
	}
	
#diag_entry  th, #diag_entry_top th
{
	background-color:#4b99c9;
	padding:5px 5px 5px 5px;
	color:#fff;
	text-align:left;
	font-size:12px;
	white-space:nowrap;
}

#diag_entry td, #diag_entry_top td
{
	padding:0px 0px 0px 0px;
	overflow:hidden;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;		
}

#diag_entry input, #diag_entry select, #diag_entry_top input, #diag_entry_top select
{
	width:100%;
	color:#444 !important;
	text-align:left;
	font-size:15px !important;	
	line-height:20px !important;
	padding: 2px 2px 2px 2px;
	border:none;
	outline:none;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;			
	}
#diag_entry p
{
	font-size:9px !important;
	padding:0 0 0 10px !important;
	margin:0 !important;
	text-align:left !important;
	color:#ff0 !important;
	}
#diag_entry input:focus, #diag_entry select:focus
{
	xoutline:red solid 1px;
	background-color:#eccdce;
	}
	
#diag_entry input:disabled, #diag_entry select:disabled
{
	background-color:#EBEBE4;
	}

.d1 {width:70px;}
.d2 {width:55px;}

#de_error {
	text-align:left;
	font-size: 16px !important;
	line-height:25px;
	color:#dd3d36 !important;
	background-image:url('../imgs/warning.png') !important;
	padding: 15px 15px 15px 65px !important;
	background-position:20px 20px;
	background-repeat:no-repeat;
	background-color:#e6c4c3 !important;

	-webkit-border-radius: 25 !important;
	-moz-border-radius: 25 !important;
	border-radius: 25px !important;	
	display:none;
}

#diag_btn 
{
	padding:15px 8px 0px 0px;
	text-align:right;
	height:40px;
	}
	
#tt_error 
{
	position:absolute;
	text-align:left;
	font-size: 14px;
	line-height:16px;
	color:#fff !important;
	background-image:url('../imgs/tooltip.png') !important;
	background-repeat:no-repeat;
	padding: 28px 6px 15px 10px;
	width:235px !important;
	vertical-align:middle;
	height:40px;
	z-index:99 !important;
}	


.dn_im 
{
	background-image:url('../imgs/note.png');
	background-repeat:no-repeat;	
	background-position:center center;
	width:32px;
	height:20px;
	float:left;
	}
.op_im 
{
	background-image:url('../imgs/small_sc.png');
	background-repeat:no-repeat;	
	background-position:center center;
	width:24px;
	height:18px;
	float:left;
	}	
.qa_cnf 
{
	background-image:url('../imgs/qa_cnf.png');
	background-repeat:no-repeat;	
	background-position:center center;	
	width:20px;
	height:18px;
	float:right;
	}
.qa_rem 
{
	background-image:url('../imgs/qa_rem.png');
	background-repeat:no-repeat;	
	background-position:center center;	
	width:20px;
	height:18px;
	float:right;
	}
.qa_res 
{
	width:40px;
	height:10px;
	float:right;
	font-size:10px;
	}
.qa_pg 
{
	width:28px;
	height:10px;
	float:right;
	font-size:10px;
	color:Yellow;
	}
.dn_pg 
{
    width: 5px;
    height: 20px;
    float: left;
    font-size: 10px;
    line-height: 20px;
    color: Yellow;
    }			
.dn_del
{
	background-image:url('../imgs/del.png') !important;
	background-repeat:no-repeat !important;	
	background-position:center !important;
	
	
	/*float:left;
width:16px;height:20px;*/
	}	
.downloadThisImage
{
	background-image:url('../imgs/dn1616.png') !important;
	background-repeat:no-repeat !important;	
	background-position:center !important;
	
	
	/*float:left;
width:16px;height:20px;*/
	}	
#tt_note
{
	position:absolute;
	width:690px;
	text-align:left;
	font-size: 14px;
	line-height:16px;
	color:#fff !important;
	padding: 10px 10px 10px 0px;
	vertical-align:middle;
	
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border:2px solid #444;
	
	background-color:#fff;
	color:#444 !important;
	z-index:98;
}	

#tt_note td 
{
	width:660px !important;
	border:none !important;
	color:#444 !important;
	background-color:#fff !important;
	font-size:12px;
	}
	
#tt_note th 
{
	border:none;
	width:30px;
	color:#444;
	background-color:#fff;
	}	
	
.up 
{
	background-image:url(../imgs/up.png);
	background-repeat:no-repeat;
	background-position:4px 12px;
    padding-left: 20px !important;  

	cursor:pointer;
	}	

.dwn 
{
	background-image:url(../imgs/dwn.png);
	background-repeat:no-repeat;
	background-position:4px 12px;
    padding-left: 20px !important;  

	cursor:pointer;
	}		
	
.sort 
{
	cursor:pointer;
	}	
	
.tp_rht
{
	-webkit-border-top-right-radius: 15;
	-moz-border-top-right-radius: 15;
	border-top-right-radius: 15px;
}	

.tp_lft
{
	-webkit-border-top-left-radius: 15;
	-moz-border-top-left-radius: 15;
	border-top-left-radius: 15px;
}	
.bt_rht
{
	-webkit-border-bottom-right-radius: 15;
	-moz-border-bottom-right-radius: 15;
	border-bottom-right-radius: 15px;
}	

.bt_lft
{
	-webkit-border-bottom-left-radius: 15;
	-moz-border-bottom-left-radius: 15;
	border-bottom-left-radius: 15px;
}
	
.rpt_tbl 
{
	width:100%;
	border-spacing: 1px;
	padding:0px;	
	margin:0px 0px 10px 0px;
	/*background-color:#444;*/
	background-color:#444;
	}
	
.rpt_tbl th
{
	border-left:0px solid; /*#586898;*/
	border-right:0px solid; /*#586898;*/
	background-color:#444;
	padding:5px 5px 5px 5px;
	color:#fff;
	text-align:left;
	font-size:14px;
	vertical-align:top;
	

}	
.rpt_tbl td
{
	padding:5px 5px 5px 5px;
	color:#444;
	text-align:left;
	font-size:14px;
	background-color:White;
}
.rpt_tbl th sup
{
	font-size:9px;
	color:#ccc;
	padding-left:3px;
	}
.rpt_tbl td sup
{
	font-size:9px;
	color:#555;
	padding-left:3px;
	}
.rpt_tbl p
{
	font-size:12px !important;
	padding:0 10px 0 0 !important;
	margin:0 !important;
	text-align:right !important;
	}	
.rpt_tbl th p
{
	color:#fff !important;
	}	
.rpt_tbl td p
{
	color:#b45366 !important;
	}
.sdp 
{
	float:right;
	display:block;
	width: 10px;
	height: 38px;
	border-left:1px solid #444;
	}
.clr 
{
	padding:0 !important;
	margin:0 !important;
	}



.num
{
	text-align:right !important;
	padding-right:20px !important;
	}	
/*.rpt_tbl_in 
{
	width:100%;
	border-spacing: 1px;
	margin:0%;
	padding:0px;
	background-color:#444;
	}
	
.rpt_tbl_in th
{
	padding:3px 3px 3px 3px !important;
	font-size:12px !important;	
	color:#fff;
}	
.rpt_tbl_in td
{
	padding:3px 3px 3px 3px !important;
	font-size:14px;
}*/

.blue_tbl 
{
	
	border-spacing: 1px !important;
	margin:0%;
	padding:0px !important;
	background-color:blue !important;
	font-size:16px !important;
	
	}
	.blue_tbl th
    {
	border:none;
	color:White !important;
	font-weight:bold ;
	padding:7px !important;
	text-align:left;
	
	}
.blue_tbl td
{
	border:none;
	padding:7px !important;
	background-color:White !important;
	color:blue !important;
	
	}	
	
.blk_tbl 
{
	width:100%;
	border-spacing: 0px;
	margin:0%;
	padding:0px;
	}
.blk_td
{
	border:none;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	vertical-align:top;
	}

.frm_td  
{
	border:none;
	padding:15px 15px 15px 15px;
	margin:0 0 0 0;
	vertical-align:top;
	font-size:13px;
	font-weight:bold;
	color:#666;
	}	
	
/*.frm_td div
{
	border:none;
	padding:2px 5px 2px 12px;
	margin:0 0 0 0;
	font-size:12px;
	font-weight:normal;
	xcolor:#666;*/
	}			

.frm_td h3
{
	border-bottom:1px solid #AAA;
	padding:10px 0px 0px 0px !important;
	margin:0px 0px 0px 0px !important;
	font-size:15px !important;
	font-weight:bold;
	color:#999 !important;
	line-height: 20px  !important;
	}
.cnb 
{
    background-color:#fff !important;
    border-left:1px solid #AAA !important;
    border-right:1px solid #AAA !important;
    border-bottom:1px solid #AAA !important;
    margin-left:20px !important;
    }	
.frm_td h1
{
	border-bottom:1px solid #12a1de;
	color:#12a1de !important;
	padding:0px 5px 5px 5px !important;
	margin:0 0 0 0 !important;
	font-size:20px !important;
	font-weight:normal;
	}	
	
		
.frm_td h2
{
	border-bottom:1px solid #b45366;
	padding:0px 0px 0px 0px !important;
	margin:0 0 0 0 !important;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	color: #b45366;
	}			
	
.frm_td_in  
{
	border:none;
	padding:5px 5px 5px 5px;
	margin:0 0 0 0;
	vertical-align:top;
	font-size:11px;
	color:#666;
	}	

.frm_tbl 
{
	
	border-spacing: 1px;
	margin:0%;
	padding:0px;
	background-color:#444;
	}
	
.frm_tbl th
{
	border-left:0px solid; /*#586898;*/
	border-right:0px solid; /*#586898;*/
	background-color:#666;
	padding:12px 10px 12px 10px;
	color:#fff;
	text-align:left;
	font-size:16px;
	vertical-align:top;
}	
.frm_tbl td
{
	padding:2px 10px 2px 10px;
	color:#444;
	text-align:left;
	font-size:14px;
	background:#fff;
}
.frm_tbl td p
{
    margin:0px 0px 0px 0px !important;
	padding:10px 1px 3px 1px !important;
	color:#666 !important;
	text-align:left;
	font-size:15px !important;
	background:#fff;
	font-weight:bold;
}
.frm_tbl h6 {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 10px 50px;
    background-color: #fefefe;
    border: solid 1px #ddd;
    -webkit-border-radius: 15;   
    -moz-border-radius: 15;   
    border-radius: 18px;
    box-shadow: 0px 1px 3px #eee;
}
.frm_tbl h5 {    
    font-size: 14px;    
    /*line-height: 6px;*/
    padding: 0px 0px 0px 0px;    
    margin: 20px 0px 3px 2px;    
}	
.frm_tbl sub {    
    font-size: 11px; 
    font-weight:normal;
    padding-left:50px;
}	
.frm_tbl span {    
    font-size: 14px; 
    font-weight:normal;
}	
.rpt_tbl th p
{
	font-size:10px !important;
	padding:0 10px 0 0 !important;
	margin:0 !important;
	text-align:left !important;
	color:#fff !important;
	}		
#overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: .80;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        filter: alpha(opacity=80);
        z-index: 1100;
    }

#dialog_loading 
{
	width: 100px;
	height: 80px;
        top: 0;
        left: 0;
}    

#dialog, #dialog_loading 
{
	display:none;
	background-color: #fff;

	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;

	margin: auto;

	/*padding: 10px 10px 10px 10px;
	border:2px solid #444;
	border-top:10px solid #444;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;*/	
    z-index: 1101;			
}
#dForm 
{
	position:absolute;
	top:95px;
	left:200px;
	display:none;
	z-index: 1200;
	}	
.fix_btn 
{
    position: fixed;
    z-index: 1001;
	top:105px;
	left:100px;    
    }	
#dConfirm 
{
	position:absolute;
	top:95px;
	left:150px;
	display:none;
	z-index: 1101;
	}		
	
.frm_tbl input, .frm_tbl select, .frm_td input, .frm_td select, .frm_tbl textarea, .frm_td_in input, .frm_td_in select, .frm_td textarea   {
    position: relative;
    font-size: 12px;
    font-family: calibri, Arial;
    font-weight: normal;
    
    
    color: #7c7c7c;
    line-height: 1.4;
    padding: 6px 8px;
    outline: none;
    
    
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    border: 1px solid #e1e1e1;
    
}


.frm_tbl input:focus, .frm_tbl textarea:focus {
border-color: #3d5b99; 
background: #fff;
color: #5d5d5d;
box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(61, 91, 153, 0.5); 
-moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(61, 91, 153, 0.5); 
-webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(61, 91, 153, 0.5);
}
.frm_tbl input:disabled, .frm_tbl select:disabled {
background: #cfcfcf;
}

.frm_tbl_in
{
	border-spacing: 0px;
	margin:0%;
	padding:0px;
	}
.frm_tbl_in th
{
	border-left:0px solid; /*#586898;*/
	border-right:0px solid; /*#586898;*/
	padding:10px 5px 0px 10px;
	color:#888;
	text-align:left;
	font-size:16px;
	vertical-align:top;
	background:#fff;
}	
.frm_tbl_in td
{
	padding:2px 2px 2px 2px;
	color:#444;
	text-align:left;
	font-size:16px;
	cursor:pointer;
	background:#fff;
}	

.OfficeSummary a
{
	text-decoration:none;
	color:#444;
}

.OfficeSummary a:hover
{
	text-decoration:underline;
	color:#F44;
}

.search 
{
	background:white url('../imgs/search.png') right center no-repeat !important;
	padding-right:35px !important;
	padding-left:8px;
	}

#zc_sr 
{
	position:absolute;
	background-color:#fff;
	border:1px solid #999;
	border-top:none;
	width:347px;
	margin-left:0px;
	margin-top:25px;
	z-index:9999;
	padding:10px 5px 5px 15px;
	display:none;
	font-size:12px;
	}
#zc_list 
{
	line-height:30px;
	width:550px;
	max-height:100px;
	overflow:auto;
	}	
#zc_list b
{
	background-color:#cecece;
	color:#444;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;	
	padding:5px 5px 5px 5px;
	margin-left:5px;
	font-size:12px;
	}
#zc_list div 
{
	text-align:right;
	font-size:10px;
	color:#f44;
	line-height:10px;
	}
.srch_tbl
{
	border-spacing: 0px;
	margin:0%;
	padding:0px;
	}
.srch_tbl th
{
	border-left:0px solid; /*#586898;*/
	border-right:0px solid; /*#586898;*/
	padding:1px 1px 1px 1px;
	color:#555;
	text-align:left;
	font-size:12px;
	background:#fff;
}	
.srch_tbl td
{
	padding:1px 1px 1px 1px;
	color:#f44;
	text-align:left;
	font-size:12px;
	background:#fff;
	cursor:default;
}
.light_grey 
{
	color:#ccc !important;
	}
.txt_err 
{
	background-color:#ca0404 !important;
	color:#fff !important;
	}
.red {color:#f44 !important;}
.red_final {color:#f44 !important;}
.blue {color:#44f !important;}
.sml_txt {font-size:12px !important; font-weight:bold; }
.sch_tbl
{
	width:100%;
	border-spacing: 1px;
	margin:0%;
	padding:0px;
	background-color:#444;
	}
	
.sch_tbl th
{
	border-left:0px solid; /*#586898;*/
	border-right:0px solid; /*#586898;*/
	background-color:#666;
	padding:0px 4px 0px 4px;
	color:#fff;
	text-align:left;
	font-size:10px;
	vertical-align:top;
}	
.sch_tbl td
{
	padding:1px 1px 1px 1px;
	color:#444;
	text-align:left;
	font-size:3px;
	background-color:#d76a6d;
	max-width:50px;
}
.sch_tbl div, .prosCal div
{
      font-size: 10px;
      color: #fff;
      width: 20px;
      float:left;
      background-color: #666;
      text-align: center;
      line-height: 19px;
      -webkit-border-radius: 12;
      -moz-border-radius: 12;
      border-radius: 12px;
      -webkit-box-shadow: 0px 1px 3px #666666;
      -moz-box-shadow: 0px 1px 3px #666666;
      box-shadow: 0px 1px 3px #666666;
      margin:1px;
}
.bg_red {
      background-color: #df0909 !important;
}
.bg_ylw {
      background-color: #aba50f !important;
}
.bg_grn {
      background-color: #0fab28 !important;
}
      
.sch_tbl div p
{
      display:none;
      position:absolute;
      -webkit-border-radius: 12;
      -moz-border-radius: 12;
      border-radius: 12px;
      -webkit-box-shadow: 0px 1px 3px #666666;
      -moz-box-shadow: 0px 1px 3px #666666;
      box-shadow: 0px 1px 3px #666666;  
      background-color: #fff;
      color: #444 !important;   
     opacity: .97;
     -webkit-opacity: .97;
     -moz-opacity: .97;   
     padding:7px !important;
     margin:2px !important;     
     text-align:left;     
}

.sch_tbl div:hover p 
{
    display:block;
    }
.sch_h
{
	font-size:20px !important;
	width:20px !important;
	line-height:30px;
	}
.sch_tbl h1
{
	font-size:13px !important;
	padding:2px 2px 0px 2px !important;
	margin:0px 0px 0px 0px !important;
	color:#fff !important;
	}
	
.sch_tbl h2
{
	font-size:18px !important;
	padding:2px 2px 0px 2px !important;
	margin:0px 0px 0px 0px !important;
	color:#fff !important;
	}	

.sch_half
{
	background-color:#abb5fd !important;
	cursor:pointer;
	}	
	
.sch_empty 
{
	background-color:#FFF !important;
	cursor:pointer;
	}	
	
.sch_this 
{
	background-color:#bafdab !important;
	cursor:pointer;
	}	
.psch_this 
{
	background-color:#bafdab !important;
	}	
.psch_suggest 
{
	background-color:#feb1b1 !important;
	}		
.psch_filled 
{
	background-color:#444 !important;
	font-size:10px !important;
	color:#FFF !important;
	padding-left:10px !important;
	}
.sch_lgd
{
	padding:5px 0px 5px 4px !important;
	line-height:20px;
	}

.sch_map
{
	background-image:url('../imgs/map.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:25px;
	}

.sch_pdf
{
	background-image:url('../imgs/pdf.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:25px;
	}
.sch_edit 
{
	background-image:url('../imgs/edit.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:25px;
	}
		
.sch_a 
{
	background-image:url('../imgs/sch_a.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:25px;
	}
.sch_4, .sch_5, .sch_7, .sch_8, .sch_10 	/*Issues*/
{
	background-image:url('../imgs/sch_iss.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}

	
.sch_0  /*Outreach Completed*/
{
	background-image:url('../imgs/scanned.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	
	
.sch_1	/*Not Contacted*/
{
	background-image:url('../imgs/sch_sb.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	

.sch_2  /*Scheduling in Progress*/
{
	background-image:url('../imgs/sch_sc.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	


.sch_3  /*Scheduled*/
{
	background-image:url('../imgs/sch_ss.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	
	

.sch_6  /*Partially Received */
{
	background-image:url('../imgs/sch_cn.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	
	
.sch_9  /*Waiting Schedule Response */
{
	background-image:url('../imgs/sch_wsr.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	
	
.sch_11  /*Paid Not Received */
{
	background-image:url('../imgs/sch_rr.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	

.psch_8	/*No Contact*/
{
	background-image:url('../imgs/sch_sb.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	

.psch_7  /*Contacted*/
{
	background-image:url('../imgs/sch_sc.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	
	
.psch_6	/*Issues*/
{
	background-image:url('../imgs/sch_iss.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}		

.psch_5  /*Scheduling Canceled*/
{
	background-image:url('../imgs/sch_rr.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}
	
.psch_4  /*Scheduled*/
{
	background-image:url('../imgs/sch_ss.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	
	
.psch_3  /*Schedule Confirmed*/
{
	background-image:url('../imgs/sch_cn.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	
	
.psch_2  /*Accessed*/
{
	background-image:url('../imgs/scanned.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}				

.psch_1  /*Coded*/
{
	background-image:url('../imgs/coded.gif') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	

.psch_9  /*Not Reachable*/
{
	background-image:url('../imgs/sch_iss.png') !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:32px;
	}	
	
	


/* Viewer */
.v_tab 
{
	height:100%;
	width:100%;
	background-color:#fff;
	border-spacing: 0px;
	margin:0%;
	padding:0px;
	}
.v_img_lst  
{
	height:100%;
	width:175px !important;
	padding-top:10px;
	background-color:#eeeeee;
	vertical-align:top;
	}

.v_img_lst h2
{
	font-size:10px;
	color:#666;
	padding:2px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	line-height:8px;
	}
	
.v_img_lst h3
{
	font-size:14px;
	color:#444;
	padding:0px 0px 2px 20px;
	margin:0px 0px 0px 0px;
	}

.v_img_lst h1
{
	font-size:16px;
	color:#AAA;
	padding:15px 0px 2px 2px;
	margin:0px 0px 0px 0px;
	}

.v_img_lst h4
{
	font-size:12px;
	color:#666;
	padding:1px 0px 3px 15px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	}
	
.v_act_img
{
	font-size:14px !important;
	color:#db3434 !important;
	cursor:default !important;
	}	

.v_rem_img
{
	font-size:14px !important;
	color:#cccccc !important;
	cursor:default !important;
	}	
		
.v_links
{
	background-image:url('../imgs/clear_logo.png');
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:170px;
	padding-left:30px;
	text-align:left;
	vertical-align:top;
	height:60px;
	background-color:#eeeeee;
	font-size:16px;
	color:#888;
	font-weight:bold;
	}
.v_links div 
{
	padding:7px 0px 7px 0px;
	}	
.v_view
{
	border-top:1px solid #444;
	border-left:1px solid #444;
	overflow:scroll;
	height:100%;
	width:100%;
	}
.v_ico  /*Scanned*/
{
	background-image:url('../imgs/scanned.png') !important;
	background-position:left center !important;
	background-repeat:no-repeat !important;
	cursor:pointer;
	padding-left:30px !important;
	}	
.v_prf  /*Scanned*/
{
	background-image:url('../imgs/profile.png') !important;
	background-position:left center !important;
	background-repeat:no-repeat !important;
	cursor:pointer;
	padding-left:30px !important;
	}	
	
/* Calendar */
.bigCal, .prosCal 
{
	width:100%;
	border-spacing: 1px;
	border-collapse: unset;
	margin:0%;
	padding:0px;
	background-color:#444;
	}
	
.bigCal th, .prosCal th
{
	border-left:0px solid; /*#586898;*/
	border-right:0px solid; /*#586898;*/
	background-color:#444;
	padding:5px 2px 2px 2px;
	color:#fff;
	text-align:left;
	font-size:10px;
	vertical-align:top;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;	
	width:14%;

}	
.bigCal td, .prosCal td
{
	padding:0px 0px 0px 0px;

	text-align:left;
	font-size:10px;
	background:#fff;
	height:90px;
	vertical-align:top;
	width:14%;
}
.bigCal div	
{
	padding:5px 0px 15px 0px;
	color:#444;
	overflow:hidden;	
	background-color:#fff;
	position:relative;
	height:50px;
	}

.bigCal_m 
{
	color:#a50905;
	background-color:#fff;
	font-weight:bold;
	}	
.bigCal_s 
{
	color:#1a7704;
	background-color:#fff;
	}	
	
.bigCal div	p, .prosCal div	p
{
	display:none;
	color:#fff !important;
	font-size:10px !important;
	padding:1px 1px 1px 1px !important;
	}	
.prosCal div p
{
	font-size:11px !important;
	padding:1px 1px 1px 1px !important;
	margin:5px 5px 5px 5px !important;
	}	
.bigCal td:hover div p, .prosCal td div:hover p
{
	display:block;
	}
	
.bigCal td:hover span /*, .prosCal td:hover span*/
{
	background-color:#444;
	color:#fff;
	}

.bigCal a, .prosCal a
{
	cursor:pointer;
	}

.bigCal a:hover, .prosCal a:hover
{
	cursor:pointer;
	text-decoration:underline;
	}
		
.bigCal td:hover div, .prosCal td div:hover 
{

	color:#fff;
	overflow:auto;
	background-color:#444;
	position:absolute;
	z-index:1000;
	border:1px solid #444;
	
	height:auto;
	min-height:60px;
	}
.bigCal td div:hover 
{
	padding:5px 5px 10px 5px;    
    width:425px;
    }	
.prosCal td div:hover 
{
	padding:1px 1px 1px 1px !important;    
    width:150px;
    text-align:left !important;
    cursor: pointer;
    }
.prosCal td div:hover t
{
	display:none;
	}
.prosCal td div:hover b
{
	font-size: 9px;
	}	
.bigCal td:hover h6, .prosCal td:hover h6
{
	color:#fff;
	background-color:#444;
	}

.bigCal h6, .prosCal h6
{
	padding:2px 10px 2px 2px;
	margin:0;
	color:#222;
	text-align:right;
	font-size:9px;
	background:#cfcfcf;
}

.bigCal h5
{
	padding:2px 10px 2px 2px;
	margin:0;
	color:#999;
	text-align:right;
	font-size:9px;
	background:#efefef;
}
.bigCal h4
{
	padding:0px 10px 10px 0px !important;
	margin:0 !important;
	font-size:12px !important;
	color:#fff !important;
	text-align:center !important;
	cursor:pointer;
}
.bigCal h1, .prosCal h1
{
	padding:5px 10px 5px 20px !important;
	margin:0 !important;
	font-size:22px !important;
	color:#fff !important;
	text-align:center !important;
}

.surver_btn 
{
	position:fixed;
	}
	
.er
{
	background-color:#db3434 !important;
	color:#FFF !important;
	}

.chart_tbl
{
	width:100%;
	border-spacing: 5px;
	margin:0;
	padding:0px;

	-webkit-border-radius: 18;
	-moz-border-radius: 18;
	border-radius: 18px;		
	}

.chart_tbl table 
{
	background-color:#eee;
	border-spacing: 2px;
	background-color:cdcdcd;
	}	
	
.chart_tbl h1
{
	text-align:left !important;
	font-size:15px !important;
	padding:1px 3px 3px 20px !important;
	font-weight:normal !important;
	margin:0 !important;
	background-color:#cdcdcd !important;

	-webkit-border-top-left-radius: 12;
	-moz-border-top-left-radius: 12;
	border-top-left-radius: 12px;
	
	-webkit-border-top-right-radius: 12;
	-moz-border-top-right-radius: 12;
	border-top-right-radius: 12px;	
}	
.chart_tbl td
{
	/*padding:20px 20px 20px 20px;*/
	color:#444;
	text-align:left;
	vertical-align:top;
	background-color:#eee;
	
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;	
	border:1px solid #444;
}	

.chart_tbl th
{
	border:none;
	padding:2px 0px 2px 10px;
	margin:0;
	font-size:12px;
	font-weight:normal;
	background-color:#FFF;
	color:#444;
	}	

.chart_tbl sup, .chart_tbl p
{
	color:#444 !important;
	font-size:8px !important;
}

/*Reponsive Tabs Starts*/
#rtab {
    margin: auto;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}

ul#rtab {
  padding: 0;
}

#rtab li {
  list-style: none; 
}
#rtab li a {
    display: block;
    padding: 10px 15px;
    background: #bebaba;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #000;
}
#rtab li a:hover, #rtab li a.active {
    background: #353434;
    color: #F2F2F2;
    padding: 10px 15px;
}

#rtab div {
	/* display: block;  I NEED TO FIX THIS */
	float: left;
	background: #fff;
	overflow: hidden; 
	padding: 0% 0% 0% 0%;
	margin:0px 0px 10px 0px;
}

.no-js #rtab div {
  display: block; /* I NEED TO FIX THIS */
}
#rtab ul li a {
    padding: 10px 25px;
    border-bottom: 1px dotted #ccc;
}


.clear 
{
	clear: both;
	height:0px !important;
	}
	
#rtab {
    margin: auto;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}

ul#rtab {
  padding: 0;
}

#rtab li {
  list-style: none; 
}
#rtab li a {
    display: block;
    padding: 10px 15px;
    background: #bebaba;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #000;
}
#rtab li a:hover, #rtab li a.active {
    background: #353434;
    color: #F2F2F2;
    padding: 10px 15px;
}

#rtab div {
	/*display: none;  I NEED TO FIX THIS */
	float: left;
	background: #fff;
	overflow: hidden; 
	padding: 0% 0% 0% 0%;
	margin:0px 0px 10px 0px;
	width:100%;
}

#rtab input[type="text"], #rtab textarea
{
	padding:5px 5px 5px 5px;
	font-size:16px !important;
	margin-bottom:15px;
	}
.no_margin {margin:0 !important;}
.no_pad {padding:0 !important;}

.no-js #rtab div {
  display: block; /* I NEED TO FIX THIS */
}
#rtab ul li a {
    padding: 10px 25px;
    border-bottom: 1px dotted #ccc;
}

.half, .quater, .third, .full {
    padding: 8px 0 8px 0 !important;
    margin: 0px 1% 0px 1% !important;
    float:left;
}
.full {width: 95%}

@media screen and (min-width: 320px) {
	.half {width: 95%}
	.third {width: 95%}
	.quater {width: 95%}
}

@media screen and (min-width: 480px) {
	.half {width: 95%}
	.third {width: 45%}
	.quater {width: 45%}
}

@media screen and (min-width: 800px) {
	.half {width: 45%}
	.third {width: 30%}
	.quater {width: 22%}
}

.ca_t {
	cursor:pointer;
	line-height:20px !important;
	font-size:12px !important;
    padding: 10px 15px !important;
    background: #bebaba !important;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #999 !important;
    color: #000 !important;
    margin:0px 0px 0px 30px !important;
}
.ca_t_act, .ca_t:hover {
    background: #746c6c !important;
    color: #F2F2F2 !important;
}
.ca_d {
    display: none;
	background: #eaeaea;
	margin:0px 0px 0px 30px !important;
	padding:0px 0px 0px 0px !important;
}

.tab_tbl 
{
	border-spacing: 0px;
	margin:0px 1% 0px 1%;
	border:none !important;
	}
	
.tab_tbl th
{
	border-left:0px solid; /*#586898;*/
	border-right:0px solid; /*#586898;*/
	background-color:#444;
	padding:5px 10px 7px 10px;
	color:#fff;
	text-align:left;
	font-size:14px;
	vertical-align:top;
}	
.tab_tbl td
{
	padding:5px 1% 5px 1%;
	color:#444;
	text-align:left;
	font-size:14px;
}
/*Reponsive Tabs Ends*/

.curPoint 
{
	cursor:pointer;
	}
.bldbig 
{
	xfont-size:14px !important;
	font-weight:bold !important;
	xtext-align:right;
	color:Red !important;
	background-color:#EEE !important;
	}
.nrml 
{
	font-size:11px;
	text-align:right;
	}	
	
.db_cmb 
{
	background-color: #f1f1f1;
	border: none;
	font-size: 20px;
	color: #444;
	font-family: calibri, Arial;
	}
.iv_cmb 
{
	background-color: #f1f1f1;
	border: none;
	font-size: 14px;
	color: #444;
	font-family: calibri, Arial;
	}
	
#profile 
{
	position:absolute;
	top:95px;
	left:200px;
	display:none;
	z-index: 1101;
	}	
#help_div 
{
	position:absolute;
	top:95px;
	
	display:none;
	z-index: 1101;
	}	
	
.tp_td h6	
{
	display:none;
	}			
.tp_td td:hover h6
{
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px !important;
	color:#444;
	overflow:auto;
	background-color:#cdcdcd;
	position:absolute;
	z-index:1000;
	font-size:13px;
	border:1px solid #444;
	width:60%;
	height:auto;
	min-height:25px;
	display:block;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;	
	}
	/*
.s_r 
{
    color:white !important;
    background-color:Red !important;
    width:75px;
    font-weight:bold;
    font-size:10px !important;
    }
.s_r h6 
{
    font-size:8px;
    font-weight:normal;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    text-align:right;
    }
.s_or 
{
    color:white !important;
    background-color: Orange !important;
    width:75px;
    font-weight:bold;
    font-size:12px;
    }

.s_pi 
{
    color:white !important;
    background-color:Purple !important;
    width:75px;
    font-weight:bold;
    font-size:12px;
    }

.s_b 
{
    color:white !important;
    background-color:Blue !important;
    width:75px;
    font-weight:bold;
    font-size:12px;
    }
.s_o 
{
    color:white !important;
    background-color:#f4db0b !important;
    width:75px;
    font-weight:bold;
    font-size:12px;
    }
.s_o b 
{
    font-size:9px;
    font-weight:normal;
    padding:0px 0px 0px 3px;
    }
.s_o h6 
{
    font-size:10px;
    font-weight:normal;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    text-align:right;
    } 
.s_pi 
{
    color:white !important;
    background-color: Purple !important;
    width:75px;
    font-size:10px !important;
    }
    .s_b 
{
    color:white !important;
    background-color:blue !important;
    width:75px;
    font-size:10px !important;
    }

.s_or 
{
    color:white !important;
    background-color: Orange !important;
    width:75px;
    font-size:10px !important;
    }

   
.s_g 
{
    color:white !important;
    background-color:Green !important;
    width:75px;
    font-size:10px !important;
    }
.s_g h6 
{
    font-size:11px;
    font-weight:normal;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    text-align:right;
    }    
.s_n
{
    color:#444 !important;
    background-color:white !important;
    width:75px;
    }
.s_n b 
{
    font-size:10px;
    font-weight:normal;
    padding:0px 0px 0px 3px;
    }
.s_n h6 
{
    font-size:11px;
    font-weight:normal;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    text-align:right;
    }    
*/
.s_y 
{
    background-color:#fdfeb6 !important;
    }
.s_b 
{
    background-color:#c6d9ff !important;
    }
.s_g 
{
    background-color:#bafeb6 !important;
    }
.s_r 
{
    background-color:#feb6b6 !important;
    }

/*TREE CSS STARTS*/
.tree,
.tree ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:13px;
}

.tree l 
{
    cursor:pointer;
    }

.tree ul {
  margin-left:4px; /* indentation */
  position:relative;
}

.tree ul ul {margin-left:2px} /* (indentation/2) */

.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}

.tree li {
  margin:0;
  padding:0 13px; /* indentation + .5em */
  line-height:20px; /* default list item's `line-height` */
  color:#369;
  font-weight:bold;
  position:relative;
  white-space:nowrap;
}

.tree ul li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid;
  margin-top:-1px; /* border top width */
  position:absolute;
  top:1em; /* (line-height/2) */
  left:0;
}

.tree ul li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}

/*TREE CSS ENDS*/


/* CAMS Form Starts */
/*#cams 
{
    display:none;
    font-size:16px;
    font-family:Calibri,Arial;
    color: #444;
    padding:10px 10px 10px 10px;
    line-height:25px;
    }
#cams b
{   
    color:#999;
    padding-right:5px;
    }
#cams sup, #tdialog sup
{   
    font-size: 11px;
    color: #777 !important;
    font-style: normal;
    vertical-align: super;
    text-decoration:none;
    }
#cams h5 
{
    font-size:12px;    
    line-height:12px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;  
    }
#cams h5 b
{   
    color:#999;
    padding-right:2px;
    padding-left:10px;
    }    
#cams h1
{   
    font-size:24px;    
    line-height:15px;
    font-weight:normal;
    padding:10px 0px 10px 10px;
    margin:10px 0px 0px 0px;
    cursor:pointer;
    border-top:1px solid #ccc;
    background: -webkit-linear-gradient(#eee, #fff); 
    background: -o-linear-gradient(#eee, #fff);
    background: -moz-linear-gradient(#eee, #fff); 
    background: linear-gradient(#eee, #fff);
    } 
#cams h2
{   
    font-size:18px;    
    line-height:15px;
    font-weight:bold;
    padding:5px 0px 5px 0px;
    margin:0px 0px 0px 0px;
    cursor:pointer;
    }    
#cams h4
{   
    font-size:18px;    
    line-height:20px;
    font-weight:normal;
    padding:0px 0px 0px 5px;
    margin:0px 0px 0px 0px;
    float:left;
    width:250px;
    font-weight:normal;
    }    
#cams h4 b
{   
    color:#999;
    padding-right:2px;
    padding-left:10px;    
    }    
#cams h3
{   
    font-size:14px;    
    line-height:16px;
    font-weight:normal;
    padding:0px 0px 0px 5px;
    margin:0px 0px 0px 0px;
    float:left;
    width:275px;
    font-weight:normal;
    }  
#cams h3 b
{
    font-size:16px !important;
    line-height:16px !important;
    }      
#cams h1:hover
{   
    color:#D00;
    border-top:1px solid #Fcc;
    }   
#cams div
{   
    padding:0px 0px 0px 15px;
    }
  
    
#cams div div {border-bottom:1px solid #ccc;border-left:7px solid #ccc; margin-top:10px; overflow:hidden;}
 */
.clear 
{
    clear:both !important;
    }
#popup 
{
    display:none;
    position:absolute;
	border-spacing: 0px;
	border:0px;
	margin:30px;
	padding:0px;   
	z-index:1003;
	top:0px;
	left:0px;     
    }
.btnBar 
{
    position:fixed;
    width:50%;
    left:45%;
    top:10px;
    vertical-align:top;
    text-align:right;
    z-index:10005;
    padding:0px 0px 0px 0px;
    }
.titBar 
{
    position:fixed;
    width:100%;
    height:38px;
    left:0px;
    top:0px;
    vertical-align:top;
    text-align:left;
    z-index:10000;
	background-image:url('../imgs/da.png');
	background-repeat:no-repeat;	
    background-position: 20px 25px;   
    font-size:25px; 
    color:#000 !important;  
    font-weight:bold; 
    background-color:#fff;
    padding:0px 0px 0px 20px;
    }      
#tdialog 
{ 
    display:none;
    position:fixed;
	border-spacing: 0px;
	border:0px;
	margin:0px;
	padding:0px;   
	z-index:1002;
	width:99%; 
	height:95%; 
	top:0px;
	left:0px; 
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;	
	padding:38px 5px 5px 5px;
	overflow:auto;
	background-color:#fff;
    }    
#tdialog th 
{
	background-image:url('../imgs/da.png');
	background-repeat:no-repeat;	
    background-position: 5px 28px;
    height: 38px;
	padding:0 0 0 0;
	margin:0 0 0 0;	
    	
    }    
#tdialog td 
{
	border:1px solid #444;
	background-color:#efefef;
	min-height:150px;
	min-width:250px;
	padding:8px 10px 10px 10px;
	margin:0 10px 0 10px;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;		
	height:100%;
	overflow:scroll;	
    }
#tdialog u
{
	color:Red;
	padding-right:5%;
	text-decoration:none;
    }    
#tdialog p 
{
    float:left;
    width:350px;
    height:55px;
    } 
#tdialog p b
{
    color:#aaa;
    font-size:25px;
    }    
#tdialog h6 
{
    float:right;
    width:75px;
    font-size:25px;
    line-height:35px;
    margin:1px 1px 1px 1px;
    padding:0 0 0 0;
    background-color:#fff;
    text-align:center;
    }     
#tdialog h5 
{
    float:right;
    width:75px;
    font-size:25px;
    line-height:35px;
    padding:0 0 0 0;
    margin:1px 1px 1px 1px;
    background-color:#fff;
    text-align:center;
    }  
#tdialog h4 
{
    float:left;
    width:80px;
    font-size:25px;
    line-height:35px;
    margin:1px 10px 1px 1px;
    padding:0 0px 0 0;
    background-color:#fff;
    text-align:center;
    cursor:pointer;
    } 
#tdialog h2 
{
    float:left;
    font-size:25px;
    line-height:35px;
    margin:1px 10px 1px 1px;
    padding:0 0px 0 0;
    color:#A44;
    text-align:center;
    }        
#tdialog h3
{   
    font-size:14px;    
    line-height:16px;
    font-weight:normal;
    padding:0px 0px 0px 5px;
    margin:0px 0px 0px 0px;
    float:left;
    width:275px;
    font-weight:normal;
    }  
#tdialog h3 b
{
    font-size:16px !important;
    line-height:16px !important;
    }         
#tdialog div
{
    color:#aaa;
}
#tdialog div b
{
    font-size:25px;
    line-height:37px;
    }
.free_text 
{
    padding-left:40px;
    cursor:pointer;
    color:#B23B51 !important;
            }
.dm_title 
{
  line-height: 10px;
  font-size: 14px;
  float: left;
  width: 80px;
  margin: 1px 10px 1px 1px;
  text-align: center;
  color: #444 !important;
  font-weight: bold;  
    }
.obj div {border-bottom:1px solid #ccc;border-left:7px solid #ccc; margin-bottom:10px; overflow:auto;}
.obj div:hover b, .obj div:hover h3 , .obj div:hover {color:#B11 !important; cursor:pointer;} 
.obj div:hover {border-bottom:1px solid #F11;border-left:7px solid #F11;}
.obj h2
{   
    font-size:20px !important;    
    line-height:18px !important;
    font-weight:bold !important;
    padding:5px 0px 5px 0px !important;
    margin:0px 0px 0px 0px !important;
    color:#444 !important;
    float: none !important;
    text-align:left !important;
    }    
   
.alt0 {background-color:#def5d8 !important;color:#444 !important;}
.alt1 {background-color:#d8e1f5 !important;color:#444 !important;}
.alt1 b, .alt1 h5, .alt1 h6, .alt0 b, .alt0 h5, .alt0 h6 {cursor:pointer;}
.on {background-color:#9f1b05 !important;color:#FFF !important;}

#tdialog p i 
{
    font-size:12px;
    padding:0px 0px 0px 50px;
    font-weight:normal;
    float:none;
    }    
    
#tdialog input, #tdialog select
{
	background:#fff;
	color:#444;
	text-align:left;
	font-size:25px;	
	line-height:30px;
	padding: 5px 5px 5px 5px;
	border:1px solid #ddd;
	outline:none;		
	}  
	
.assessment_vls 
{
    margin-left: 35px;
    font-weight:bold;
    font-size:14px;
    color:#B23B51 !important;
    display:block;
    }
 
.assessment_vls b 
{
    font-size:14px !important;
    line-height: 14px !important;
    }  
.assessment_vls span 
{
    font-style: normal;
    color:#444 !important;
    }
.assessment_vls i
{
    font-style: normal;
    font-size:15px;
    text-decoration:underline;
    }
/* CAMS Form Ends */
/*
.drill 
{
    position:absolute;
    left:5%;
    width:80%;
    z-index:1000;
    background-color:#fff;
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px #555;
    -moz-box-shadow: 0px 1px 3px #555;
    box-shadow: 0px 1px 3px #555;    
    border:1px solid #555;
    padding:0px;
    margin:0px;
    }
.drill h1 
{
    -webkit-border-top-right-radius: 6;
	-moz-border-top-right-radius: 6;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6;
	-moz-border-top-left-radius: 6;
	border-top-left-radius: 6px;
    color:#eee !important;
    background-color:#555;
    padding:0px 0px 0px 10px !important;
    margin:0px 0px 10px 0px !important;
    font-size:15px !important;  
    line-height:40px !important;   
    }
.drill p
{
    float:right;
    width:150px;
    margin:0px 0px 0px 0px !important;
    padding:5px 5px 5px 0px !important;
    text-align:right;
    } 
.drill h6
{
    padding:0px 2% 0px 0px !important;
    margin:0px 0px 0px 0px !important;
    font-size:12px !important;   
    text-align:right;
    font-style:normal; 
    color:#666666;     
    }  
      
    
.drill table 
{
	width:99%;
	border-spacing: 1px;
	padding:0px;	
	margin:1%;
	margin:0.5% 0.5% 3px 0.5% !important;
	background-color:#666666;
	}
	
.drill th
{
	border-left:0px solid; 
	border-right:0px solid; 
	background-color:#666666;
	padding:5px 10px 7px 10px;
	color:#fff;
	text-align:left;
	font-size:14px;
	vertical-align:top;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;	

}	
.drill td
{
	padding:10px 5px 10px 5px;
	color:#444;
	text-align:left;
	font-size:14px;
	background:#fff;
}    

.drill_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: .80;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        filter: alpha(opacity=80);
        z-index: 999;
    }*/
    
/* Rec and Assign Col Backgrounds */
.ra_i 
{
    background-color:#ecfffb !important;
    }
.ra_f
{
    background-color:#ecfffb !important;
    }
.ra_m
{
    background-color:#ecfffb !important;
    }
.ra_ic
{
    background-color:#ffdfe4 !important;
    }
.ra_cn
{
    background-color:#feebc1 !important;
    }
.full_drill 
{
    position:absolute;
    top:109px;
    width:97%;
    }
.dashboard, .full_drill
{
    margin:0px 0px 0px 0px; 
    padding:10px 10px 10px 10px;
    text-align:left;
    }
    
.dashboard span, .full_drill span
{
    font-size:25px;
    display:block;
    font-weight:bold;
    color:#777;
    xtext-shadow: -12px -19px 3px rgba(230, 230, 230, 1);
    text-align:left;
    }
.dashboard br { 
    clear:both;       
}
.dashboard div 
{
   /* float:left;*/
    padding:5px;
    margin:0px;
    }
.dashboard table, .full_drill table
{
    width:100%;
 /*  background-color:#888;*/
    border-spacing:1px;
    margin:12px 10px 10px 2px;
    }
/*.dashboard th, .full_drill th
{
    font-size:13px;
    font-weight:bold;
    color:#fff;
    background-color:#999;
    padding:4px;
    text-align:center;
    }
.dashboard td, .full_drill td 
{
    font-size:14px;
    font-weight:normal;
    background-color:#fff;
    padding:4px;
    text-align:center;
    }*/
      
.full_drill b
{
    display:block;
    float:right; 
    background-color:#666;
    top: -38px;
    position: relative;
    height: 28px;
    padding: 8px 8px 0px 8px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 75px;
    text-align:center;
    margin-right: 10px;
    }  
.full_drill b img 
{
    padding-left:4px;
    padding-right:4px;
    }
.full_drill i
{
    display:block;
    font-size:14px;
    font-style:normal;
    color:Red;
    text-align:right;
    padding:0px 20px 10px 2px;
    }
.dashboard u, .full_drill u
{
    text-decoration:underline;
    cursor:pointer;
}
.dashboard u:hover, .full_drill u:hover
{
    color:#cb0027;
    }  
.session_expire 
{
    position: fixed;
    height: 100px;
    width: 100%;
    top: 86px;
    background-color: #81be3a;
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding-top: 50px;
    cursor:pointer;
    }
    
.nospacing {border-spacing:0px !important;} 
/* onoffswitch starts */
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px !important;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #444;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #444;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #dee2de;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.small_header 
{
    padding:1px 1px 1px 10px !important;
    font-size:14px !important;
    font-weight:normal !important;
    }
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/* onoffswitch ends */

/* Dashboad D3 Related Code */
.liquidFillGaugeText { font-family: Helvetica !important; font-weight: bold !important; text-align:center !important; cursor:pointer; }   
path {  stroke: #fff; }
path:hover {  opacity:0.9; }
rect:hover {  opacity:0.9; }
.legend{
    border-collapse: collapse;
    border-spacing: 0px;
	float:left;
	width:75px !important;
}
.legend td{
    padding:0px 3px;
	font-size: 10px;
	font-family:arial;
	text-align:left;
}
#xaxis .domain {
	fill:none;
	stroke:#000;
}
#xaxis text, #yaxis text {
	font-size: 11px;
	font-family: arial;
	color:#444;
}
/* Dashboad D3 Related Code */

/* Tabs Starts*/
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
    overflow: hidden;
    border-bottom: none;
    
}
ul.tab li 
{
    float: left; 
    background-color: #eee; 
    margin-left:5px;
    cursor:pointer;

	-webkit-border-top-left-radius: 5;
	-moz-border-top-left-radius: 5;
	border-top-left-radius: 5px;    	
	-webkit-border-top-right-radius: 5;
	-moz-border-top-right-radius: 5;
	border-top-right-radius: 5px;	

    display: inline-block;
    color: #444;
    text-align: center;
    padding: 5px 12px 2px 12px;
    text-decoration: none;
    transition: 1s;
    font-size: 14px;
    border: 1px solid #999;
    border-bottom:none;
}
ul.tab li:hover {background-color: #ddd;}
.tab_act {background-color: #444 !important; color: #eee !important;}
/* Tabs Ends */

.title_box 
{
    border:1px solid #666 !important;
    margin:0px 0 10px 0 !important;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	vertical-align:top;
	padding:0 0 5px 0;
    }
.title_box h5
{	
	-webkit-border-top-left-radius: 7;
	-moz-border-top-left-radius: 7;
	border-top-left-radius: 7px;    	
	-webkit-border-top-right-radius: 7;
	-moz-border-top-right-radius: 7;
	border-top-right-radius: 7px;	
	color:#eee;
	margin:0 0 5px 0 !important;
	background-color:#666;
	padding:5px 10px 5px 7px;
	font-size:15px;
}	
.title_box h6
{
    font-size:13px;
    font-weight:bold;
    padding:5px 5px 5px 5px;
    margin:0px !important;
    color:#666;
    }
.title_box h6 p
{
    margin:0 5px 0 0 !important;
    padding:0 0 0 0 !important;
    float:right;
    }
.bi
{
	background-position:5px !important;
	background-repeat:no-repeat !important;
	padding-left:35px !important;
	}
.alter {background-image:url('../imgs/alter.png') !important;}  
.acts {background-image:url('../imgs/act.gif') !important;}  
.metric {background-image:url('../imgs/metric.png') !important;}
.tline {border-top:1px solid #666  !important;}
.title
{	
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;    	
	color:#eee;
	margin:0 0 10px 0 !important;
	background-color:#666;
	padding:5px 10px 5px 7px;
	font-size:20px;
}

.Admin 
{
	background-image:url(../imgs/logoAdmin.png) !important;
	}

#lnk_bar 
{
	background-image:url(../imgs/logo.png);
	background-repeat:no-repeat;
	background-position:right top;      
	border-top:0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;	
	font-weight:bold;
	padding: 0px 250px 0px 0px;
	text-align:left;
	vertical-align:top;	
	width: 500px;
	white-space:nowrap;
}
#btn_bar
{
    border-top:0px;
	margin: 0px 0px 0px 0px;
	text-align:right;
	font-size: 12px;
	line-height: 20px;	
	font-weight:bold;
	padding: 0px 30px 0px 0px;
	vertical-align:bottom;
	width: 25px;
	}	
#Demographics, #ContactLog 
{
    line-height:20px;
    }
#Demographics b, #ContactLog b
{
    color:#AAA !important;
    }  
    
.tabContactLog 
{
    border-spacing:1px;
    background-color:#12a1de;
    }
.tabContactLog th
{
    border-spacing:1px;
    background-color:#83cdec;
    color:#FFF;
    font-size:14px;
    text-align:left;
    max-width:400px;
    min-width:200px;
    padding:0px 0px 0px 3px;
    }
.tabContactLog td
{
    border-spacing:1px;
    background-color:#FFF;
    color:#666;
    padding:0px 0px 0px 3px;
    }
    
#ProfileView h1 
{
    padding:0 0 5px 0 !important;
    margin:0 0 10px 0 !important;
    font-size: 25px;
    border-bottom:1px solid #999;
    }
#ProfileView h6
{
    padding:0 0 0px 0 !important;
    margin:0 0 0px 0 !important;
    font-size: 12px;
    font-weight:bold;
    color:#AAA;
    }    
#ProfileView label, #ProfileView b
{
    font-weight:bold;
    color:#AAA;
    }       
#ProfileView td
{
    font-size: 12px;
    }     
        
#ProfileView table
{
    width:100%;
    padding:0 0 5px 0 !important;
    margin:0 0 10px 0 !important;
    
    } 
#Profile h2
{
    padding:0 30px 5px 0 !important;
    margin:0 0 10px 0 !important;
    font-size: 25px;
    font-weight: bold;
    text-align:right;
    border-top:2px solid #999;
    color:#999;
    }                     
#Profile .btn-link
{
    font-size: 12px;
    letter-spacing:0px;
    white-space:nowrap;
    }  
    
.well label
{
    font-size: 10px;
    letter-spacing:0px;
    white-space:nowrap;
    margin-bottom: 0px;
    }  
.well .form-group 
{
    margin-bottom: 0px;
    }
#LinkView{
    position: absolute;
    top: 210px;
    display: none;
    left: 250px;
    z-index: 1101;
    display:none;
}